home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 5
/
The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO
/
amiga
/
rxdssp14.lha
/
SHORT
< prev
Wrap
Text File
|
1994-03-17
|
862b
|
28 lines
Short: ARexx function lib for V37+ functions (ReadArgs, pattern matching, etc. )
Type: util/rexx
Uploader: htgoebel@cip.informatik.uni-erlangen.de
Author: htgoebel@cip.informatik.uni-erlangen.de
RexxDosSupport.library 1.4
==========================
Copyright (C) 1994 by hartmut Goebel
After programming ARexx script for quite a while, I missed some
function found in dos.library -- especially access to
environment variables and the comfortable argument parsing. Since
there seamed to be no ARexx function library which implements
this functions, I decited to write my own. And here it is.
This are the functions handled by this library.
╖ ReadArgs()
╖ GetVar(), SetVar(), DeleteVar()
╖ ParsePattern() MatchPattern() - even case-insensitive
╖ Fault()
Enjoy it!
+++hartmut